css: Make outline-offset animatable
authorBenjamin Otte <otte@redhat.com>
Sun, 21 Feb 2016 00:02:15 +0000 (01:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 21 Feb 2016 00:02:51 +0000 (01:02 +0100)
CSS claims it should be, so we make it.

gtk/gtkcssstylepropertyimpl.c

index 85e364b2dec7c7ebfc1a2d413990efe9e97a8ee9..850206e0040f2941a281096c5565d4e6591dbdd7 100644 (file)
@@ -1397,7 +1397,7 @@ _gtk_css_style_property_init_properties (void)
   gtk_css_style_property_register        ("outline-offset",
                                           GTK_CSS_PROPERTY_OUTLINE_OFFSET,
                                           G_TYPE_INT,
-                                          0,
+                                          GTK_STYLE_PROPERTY_ANIMATED,
                                           GTK_CSS_AFFECTS_OUTLINE | GTK_CSS_AFFECTS_CLIP,
                                           outline_parse,
                                           query_length_as_int,